createAnonymousAccount

open override fun createAnonymousAccount(onResult: (Throwable?) -> Unit)

Create an anonymous account for the user. This signs the user in anonymously.

Parameters

onResult

The callback function to handle the result of the account creation.